Standard Agent Install
Persistent desktops and physical workstations
Prerequisites must be installed before SysTrack Cloud Edition.
First-time installation or upgrade– SysTrackCloudEdition.msi
-
Default values will be used if not set (read Command Line Properties).
-
Add LSIAGENTCONFIGFILE="<EnterPath>" to specify a config file not in the root directory of the MSI.
-
Add REBOOT=R to suppress automatic and certain prompts for system restarts.
-
Add INSTALLDIR if the install path is not default install path.
-
Default install path on
C:\Program Files\SysTrack\LsiAgent”
-
Required to place double quotes around path assigned to INSTALLDIR.
-
-
Add CONFIGNAME=”<EnterConfigurationName>” to assign a named configuration otherwise the default value “” will be used.
-
Required to place double quotes around value assigned to CONFIGNAME.
-
-
Add PROXYCONNECTIONHUB =”<EnterProxyConnectionHubSystemName>” to assign the name of the ProxyConnectionHub system (if applicable), otherwise the default value “” will be used. (optional)
-
PROXYCONNECTIONHUB=<servername>.<domain>.org
-
-
Add AUTODETECTPROXY =”<EnterUseAutoDetectValue>” to assign the preferred proxy setting: whether or not to use autodetect, otherwise the default value 0 will be used. Assign “1” if true, “0” otherwise. (optional)
-
AUTODETECTPROXY=(1 if true, 0 otherwise), default value is 0.
-
-
Add AUTOCONFIGSCRIPT =”<EnterAddressOfAPacFile>” to assign the preferred proxy setting: the address of a .pac file to get proxy information, otherwise the default value “” will be used. (optional)
-
AUTOCONFIGSCRIPT=http://<server>.<domain>.org/test.pac
-
-
Add HTTPSPROXY =”< EnterAddressForPreferredHTTPSProxy >” to assign the preferred proxy setting: the address for the preferred HTTPS proxy, otherwise the default value “” will be used. (optional)
-
HTTPSPROXY=127.0.0.1:443
-
-
Required to add LANGUAGE=<ENTERLANGUAGECODE> (UPPERCASE) to view the Client Tray App.
-
Arabic: LANGUAGE=AR
-
Chinese: LANGUAGE=ZH
-
English (default): LANGUAGE=EN
-
French: LANGUAGE=FR
-
German: LANGUAGE=DE
-
Japanese: LANGUAGE=JA
-
Portuguese: LANGUAGE=PT
-
Spanish: LANGUAGE=ES
Example Complete Command Line: Msiexec.exe /qn /i “<enter path>\SysTrackCloudEdition.msi” REBOOT=R CONFIGNAME=”<EnterConfigurationNameHere>” LANGUAGE=<ENTERLANGUAGECODE> INSTALLDIR=”<enter path>\SysTrack\LsiAgent” /L*v <enter path to an existing temp folder>\ silentinstallclient.log (optional)
IMPORTANT: Never, under any circumstances, copy and paste command lines from this or any document into a command prompt window. There are known issues with the characters not lining up correctly and in almost all cases, the command line will not function correctly. It’s more than likely that the neutral quotation marks and neutral double quotation marks get converted during the paste operation into curly quotation marks and curly double quotation marks which will not function as desired when applied to commands on the command line.
First-time Install (default install path, no logging, no configuration name):
-
-
Reinstall (Standard) – SysTrackCloudEdition.msi
-
Add REINSTALL=ALL to the command line.
Msiexec.exe /qn /i “<enter path>\SysTrackCloudEdition.msi” REINSTALL=ALL REBOOT=R LANGUAGE=<ENTERLANGUAGECODE> CONFIGNAME=”<EnterConfigurationNameHere>” /L*v <enter path to an existing temp folder>\silentreinstallclient.log (optional)
-
Parameter Information: Read Command Line Properties
-
All Property names must be UPPERCASE:
-
REBOOT=R: to suppress automatic and certain prompts for system restarts.
-
REINSTALL=ALL: Required for Reinstall only.
-
CONFIGNAME=”<EnterConfigurationName>”: to assign a named configuration.
-
PROXYCONNECTIONHUB =”<EnterProxyConnectionHubSystemName>” to assign the name of the ProxyConnectionHub system (if applicable).
-
-
/qn – (q)silent mode (no user interaction); (n)no user interface
-
/i – install
-
/L*v – verbose logging (optional): The L in L*v may use a lower case (l).
-
On This Page